home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / AMT / Sample AMT⁄PE Code / SOURCES / MMenuData.k < prev    next >
Encoding:
Text File  |  1996-03-16  |  5.7 KB  |  269 lines  |  [TEXT/MPS ]

  1. object oPRODINFO_MENU is COLLECTION
  2. with
  3.     Items is [
  4.         ["OPEN", ":Product Information:AMT/PE 2.0 Press Release"],
  5.         ["LAUNCH", ":Product Information:Cooking with AMT:“Cooking with AMT”"],
  6.         ["OPEN", ":Product Information:AMT 2.0 Datasheet"],
  7.         ["OPEN", ":Product Information:AMT Contact/Purchase Info"],
  8.         void,
  9.         void,
  10.         void,
  11.         void,
  12.         void,
  13.         void,
  14.         void,
  15.         void,
  16.         void
  17.     ];
  18. end;
  19.  
  20. object oSUCC_MENU is COLLECTION
  21. with
  22.     Items is [
  23.         ["OPEN", ":Product Information:Success stories:ATG.pdf"],
  24.         ["OPEN", ":Product Information:Success stories:CD-Romance.pdf"],
  25.         ["OPEN", ":Product Information:Success stories:Cisco.pdf"],
  26.         ["OPEN", ":Product Information:Success stories:Diosa Yachting Forum.pdf"],
  27.         ["OPEN", ":Product Information:Success stories:Her Heritage.pdf"],
  28.         ["OPEN", ":Product Information:Success stories:MIT.pdf"],
  29.         ["OPEN", ":Product Information:Success stories:NY School for the Deaf.pdf"],
  30.         ["OPEN", ":Product Information:Success stories:RDC Builder CD.pdf"],
  31.         ["OPEN", ":Product Information:Success stories:RIT.pdf"],
  32.         ["OPEN", ":Product Information:Success stories:Univ. of Iowa.pdf"],
  33.         ["OPEN", ":Product Information:Success stories:Univ. of Missouri.pdf"],
  34.         ["OPEN", ":Product Information:Success stories:Visionary Stampede.pdf"],
  35.         void
  36.     ];
  37. end;
  38.  
  39. object oTUT_MENU is COLLECTION
  40. with
  41.     Items is [
  42.         void,
  43.         void,
  44.         void,
  45.         void,
  46.         ["LAUNCH", ":Tutorial & Sample Projects:Tutorial - Getting Started:“Journey to India”"],
  47.         ["LAUNCH", ":Tutorial & Sample Projects:Americas Funniest Home Videos:Lights! Camera! InterAction!-8"],
  48.         ["LAUNCH", ":Tutorial & Sample Projects:MASCO:MASCO"],
  49.         ["LAUNCH", ":Tutorial & Sample Projects:New Features Demo Project:“New Features Demo”"],
  50.         ["LAUNCH", ":Tutorial & Sample Projects:NEXUS:“Clarion96 1.1 Demo”"],
  51.         ["LAUNCH", ":Tutorial & Sample Projects:PiXEL•FACTORY:AMT/PE Show:ran Tore Quiz Mac"],
  52.         ["LAUNCH", ":Tutorial & Sample Projects:Stepping into the Future:Roberts Day with the Mac™ OS"],
  53.         ["LAUNCH", ":Tutorial & Sample Projects:The Carl Group,Inc.:SUCCESS"],
  54.         ["LAUNCH", ":Tutorial & Sample Projects:Virtual Alphabet Book:“The Virtual Alphabet Book”"]
  55.     ];
  56. end;
  57.  
  58. object oSAMP_MENU is COLLECTION
  59. with
  60.     Items is [
  61.         void,
  62.         void,
  63.         void,
  64.         void,
  65.         void,
  66.         void,
  67.         void,
  68.         void,
  69.         void,
  70.         void,
  71.         ["OPEN", ":Sample Media:Digital Stock:Digital Stock Read Me"],
  72.         ["OPEN", ":Sample Media:MacGallery® Sampler:Special Offer!.pdf"],
  73.         ["OPEN", ":Sample Media:MapArt™ Sample Maps:MapArt Read Me"]
  74.     ];
  75. end;
  76.  
  77. object oREF_MENU is COLLECTION
  78. with
  79.     Items is [
  80.         void,
  81.         void,
  82.         void,
  83.         void,
  84.         void,
  85.         void,
  86.         ["OPEN", ":Reference:AMT Getting Started Guide"],
  87.         ["OPEN", ":Reference:AMT/PE Consultants List"],
  88.         ["OPEN", ":Reference:AMT/PE Getting Started"],
  89.         ["OPEN", ":Reference:Sample AMT/PE Code:Sample AMT/PE Code Read Me"],
  90.         ["OPEN", ":Reference:Sample AppleScripts:Sample AppleScripts Read Me"],
  91.         ["OPEN", ":Reference:Sample Engines & Tools:Sample Engines & Tools Read Me"],
  92.         ["OPEN", ":Reference:QTVR Services"]
  93.     ];
  94. end;
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. object oMENU1_3_9 is cMenuSelector
  103. with
  104.     RowID is 1;
  105.     Duration is -1;
  106.     Behavior is cMainMenuSelectorBehavior
  107.     has
  108.     with
  109.         Enabled is false; Shown is false; 
  110.         X is 243; Y is 132; Width is 250; Height is 20;
  111.     end;
  112. end;
  113.  
  114.  
  115. object oMENU2_3_11 is cMenuSelector
  116. with
  117.     RowID is 2;
  118.     Duration is -1;
  119.     Behavior is cMainMenuSelectorBehavior
  120.     has
  121.     with
  122.         Enabled is false; Shown is false; 
  123.         X is 243; Y is 154; Width is 250; Height is 20;
  124.     end;
  125. end;
  126.  
  127.  
  128. object oMENU3_3_12 is cMenuSelector
  129. with
  130.     RowID is 3;
  131.     Duration is -1;
  132.     Behavior is cMainMenuSelectorBehavior
  133.     has
  134.     with
  135.         Enabled is false; Shown is false; 
  136.         X is 243; Y is 174; Width is 315; Height is 20;
  137.     end;
  138. end;
  139.  
  140.  
  141. object oMENU4_3_13 is cMenuSelector
  142. with
  143.     RowID is 4;
  144.     Duration is -1;
  145.     Behavior is cMainMenuSelectorBehavior
  146.     has
  147.     with
  148.         Enabled is false; Shown is false; 
  149.         X is 243; Y is 194; Width is 250; Height is 20;
  150.     end;
  151. end;
  152.  
  153.  
  154. object oMENU5_3_18 is cMenuSelector
  155. with
  156.     RowID is 5;
  157.     Duration is -1;
  158.     Behavior is cMainMenuSelectorBehavior
  159.     has
  160.     with
  161.         Enabled is false; Shown is false; 
  162.         X is 243; Y is 214; Width is 250; Height is 20;
  163.     end;
  164. end;
  165.  
  166.  
  167. object oMENU6_3_19 is cMenuSelector
  168. with
  169.     RowID is 6;
  170.     Duration is -1;
  171.     Behavior is cMainMenuSelectorBehavior
  172.     has
  173.     with
  174.         Enabled is false; Shown is false; 
  175.         X is 243; Y is 234; Width is 250; Height is 20;
  176.     end;
  177. end;
  178.  
  179.  
  180. object oMENU7_3_40 is cMenuSelector
  181. with
  182.     RowID is 7;
  183.     Duration is -1;
  184.     Behavior is cMainMenuSelectorBehavior
  185.     has
  186.     with
  187.         Enabled is false; Shown is false; 
  188.         X is 243; Y is 254; Width is 250; Height is 20;
  189.     end;
  190. end;
  191.  
  192.  
  193. object oMENU8_3_41 is cMenuSelector
  194. with
  195.     RowID is 8;
  196.     Duration is -1;
  197.     Behavior is cMainMenuSelectorBehavior
  198.     has
  199.     with
  200.         Enabled is false; Shown is false; 
  201.         X is 243; Y is 274; Width is 250; Height is 20;
  202.     end;
  203. end;
  204.  
  205.  
  206. object oMENU9_3_42 is cMenuSelector
  207. with
  208.     RowID is 9;
  209.     Duration is -1;
  210.     Behavior is cMainMenuSelectorBehavior
  211.     has
  212.     with
  213.         Enabled is false; Shown is false; 
  214.         X is 243; Y is 294; Width is 250; Height is 20;
  215.     end;
  216. end;
  217.  
  218.  
  219. object oMENU10_3_43 is cMenuSelector
  220. with
  221.     RowID is 10;
  222.     Duration is -1;
  223.     Behavior is cMainMenuSelectorBehavior
  224.     has
  225.     with
  226.         Enabled is false; Shown is false; 
  227.         X is 243; Y is 314; Width is 250; Height is 20;
  228.     end;
  229. end;
  230.  
  231.  
  232. object oMENU11_3_44 is cMenuSelector
  233. with
  234.     RowID is 11;
  235.     Duration is -1;
  236.     Behavior is cMainMenuSelectorBehavior
  237.     has
  238.     with
  239.         Enabled is false; Shown is false; 
  240.         X is 243; Y is 334; Width is 250; Height is 20;
  241.     end;
  242. end;
  243.  
  244.  
  245. object oMENU12_3_45 is cMenuSelector
  246. with
  247.     RowID is 12;
  248.     Duration is -1;
  249.     Behavior is cMainMenuSelectorBehavior
  250.     has
  251.     with
  252.         Enabled is false; Shown is false; 
  253.         X is 243; Y is 354; Width is 250; Height is 20;
  254.     end;
  255. end;
  256.  
  257. object oMENU13_3_45 is cMenuSelector
  258. with
  259.     RowID is 13;
  260.     Duration is -1;
  261.     Behavior is cMainMenuSelectorBehavior
  262.     has
  263.     with
  264.         Enabled is false; Shown is false; 
  265.         X is 243; Y is 374; Width is 250; Height is 20;
  266.     end;
  267. end;
  268.  
  269.